home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Games Collection 1 / software vault.zip / software vault / CDR09 / AOSS130D.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1992-04-26  |  161b  |  11 lines

  1. Rem AoSS Installation Batch File
  2. md text
  3. md user
  4. copy avt_text.exe text
  5. cd text
  6. avt_text.exe
  7. cd ..
  8. avt_main.exe
  9. del text\avt_text.exe
  10. del avt_main.exe
  11.